home *** CD-ROM | disk | FTP | other *** search
- Path: lucy.swin.edu.au!bud!079519
- From: 079519@bud.swin.edu.au (John Joseph Newbigin)
- Newsgroups: comp.lang.c++
- Subject: HELP: Getting the address of member functions
- Date: 1 Apr 1996 02:00:18 GMT
- Organization: Swinburne University of Technology
- Message-ID: <4jndbi$m12@lucy.swin.edu.au>
- NNTP-Posting-Host: bude.cc.swin.edu.au
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Newsreader: TIN [version 1.2 PL2]
-
- I am writing a serial port driver class in BC3.1. It is interrupt driven so I
- need an interrupt function that can be set to the required int. vector. I can do
- this using a normal function but it can not access the class data and so needs
- global vars. and hence, defeats the purpose of a class.
-
- Does anyone know how to get the address of member functions so I can overcome this
- problem?
-
-
- --
-
-